home *** CD-ROM | disk | FTP | other *** search
/ The Dream Of Mars / The Dream of Mars.iso / Route.dxr / 00151_prog1.ls < prev    next >
Encoding:
Text File  |  1997-01-07  |  286 b   |  12 lines

  1. on mouseUp
  2.   puppetSound(2, "cam1")
  3.   set the visible of sprite 30 to 0
  4.   set the visible of sprite 31 to 0
  5.   set the visible of sprite 32 to 0
  6.   set the visible of sprite 33 to 0
  7.   set the visible of sprite 34 to 0
  8.   set the visible of sprite 35 to 0
  9.   go("prog1")
  10.   updateStage()
  11. end
  12.